html, body {
 width:100%;
 height:100%;
 margin:0;
 padding:0;
 overflow:hidden;
}
code {
 font-size:17;
 font-weight:bold;
}
div {
 font-weight:bold;
 font-size:15;
}
#link:hover {
 color: #00FF00;
 font-size: 17;
 font-style: italic;
}
#link2:hover {
 color: #00FF00;

}
#text {
 color: #FFFFFF;
 text-decoration: none;
 font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
 font-size: 30px;
 font-style: normal;
 font-variant: normal;
 font-weight: 500;
 line-height: 20px;
}
#tabelle {
 position: absolute;
 background-image:URL(../media/ht.gif);
 left: 50%;
 margin-left: -25%;
 width: 50%;
 top:50%;
 margin-top: -12.5%;
}
#special {
 filter:alpha(opacity=50);
 opacity:0.5;
 -moz-opacity:0.5;
 -khtml-opacity:0.5;
 -opera-opacity:0.5;
 border: 1px solid #000;
}
#specialB {
 filter:alpha(opacity=80);
 opacity:0.8;
 -moz-opacity:0.8;
 -khtml-opacity:0.8;
 -opera-opacity:0.8;
}
a:link { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a:visited { text-decoration:none; font-weight:bold; color:#FFFFFF; }